(BOUNTY) Adds Blunderbusses! A weapon that fills the gap between puffers and muskets.#6449
(BOUNTY) Adds Blunderbusses! A weapon that fills the gap between puffers and muskets.#6449Singul0 wants to merge 8 commits into
Conversation
|
Any chance this could go to the merchant? |
| return TRUE | ||
|
|
||
| //turn coins into pellets! fucking fuck whoever snowflaked coins quantity... | ||
| if(pellet_type && quantity >= 6 && GET_MOB_SKILL_VALUE(user, /datum/attribute/skill/combat/firearms) >= 10) |
There was a problem hiding this comment.
this should probably be an actual recipe.
There was a problem hiding this comment.
the code for quantities of icons are jank, doesn't work with normal recipes as per the comments.
There was a problem hiding this comment.
arent zennies a bundle like all the others ?
There was a problem hiding this comment.
NOPE! it's not a bundle subtype, blame lazy coders of old.
| subtypes_allowed = TRUE | ||
| craftdiff = 0 | ||
| crafting_message = "starts shaping ammunition" | ||
| skillcraft = /datum/attribute/skill/combat/firearms |
There was a problem hiding this comment.
i am kind of worried about this one . no only allows free leveling of firearms but its a little nobrainer option compared with puffers or musket with limited ammo you have to pay for ... when you can just get this one and craft your own ammo for free
There was a problem hiding this comment.
not even arrows are that reliable . since you have to smith the arrows or buy at the merchant.
There was a problem hiding this comment.
the whole makeshift ammo aspect is a huge part of the aspect of the design of the gun though, i'm going to wait for the maints to weigh in on this.
About The Pull Request
DESIGN DOC: https://docs.google.com/document/d/1ZjMX2PSDHbRpRhlP6-MLBOn8MTBRFs9Ktmo0aHntLSw/edit?usp=drivesdk (BOUNTY APPROVED BY CHEFFIE)
Adds blunderbusses into the game as a sort of midpoint between blunderbusses and puffers. It's a shotgun of gunpowder weapons essentially, devastating at short range. Kinda useless at everything else. Grenzelhoft mercs can spawn with it but it can also be bought.
It has 6 ammo types, 3 are coins types, 1 is low AP heavily wounding glass shards, 1 is made for incapacitation, and the last one is the standard lead pellet.
Why It's Good For The Game
Fills out the missing midpoint between puffers and muskets, a shotgun gunpowder weapon is also pretty fun.
2026-05-12.07-54-55.mp4
Changelog
🆑
add: Adds Blunderbusses into the game for Grenzelhoft Mercenaries to use.
/:cl:
Pre-Merge Checklist